home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cato / Xm / XmCreateScrolledList.z / XmCreateScrolledList
Encoding:
Text File  |  1998-10-20  |  5.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt - The List ScrolledList convenience
  10.           creation function
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           ####iiiinnnncccclllluuuuddddeeee <<<<XXXXmmmm////LLLLiiiisssstttt....hhhh>>>>
  14.  
  15.           WWWWiiiiddddggggeeeetttt XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt ((((_p_a_r_e_n_t, _n_a_m_e, _a_r_g_l_i_s_t, _a_r_g_c_o_u_n_t))))
  16.                WWWWiiiiddddggggeeeetttt    _p_a_r_e_n_t;;;;
  17.                SSSSttttrrrriiiinnnngggg    _n_a_m_e;;;;
  18.                AAAArrrrggggLLLLiiiisssstttt   _a_r_g_l_i_s_t;;;;
  19.                CCCCaaaarrrrddddiiiinnnnaaaallll  _a_r_g_c_o_u_n_t;;;;
  20.  
  21.  
  22.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  23.           This page documents version 1.2 of the Motif library.
  24.  
  25.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.           XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt creates an instance of a List widget
  27.           that is contained within a ScrolledWindow.  All
  28.           ScrolledWindow subarea widgets are automatically created by
  29.           this function. The ID returned by this function is that of
  30.           the List widget.  Use this ID for all normal List
  31.           operations, as well as those that are relevant for the
  32.           ScrolledList widget.
  33.  
  34.           All arguments to either the List or the ScrolledWindow
  35.           widget can be specified at creation time using this
  36.           function.  Changes to initial position and size are sent
  37.           only to the ScrolledWindow widget.  Other resources are sent
  38.           to the List or the ScrolledWindow widget as appropriate.
  39.  
  40.           This function forces the following initial values for
  41.           ScrolledWindow resources:
  42.  
  43.  
  44.             +o  XXXXmmmmNNNNssssccccrrrroooolllllllliiiinnnnggggPPPPoooolllliiiiccccyyyy is set to XXXXmmmmAAAAPPPPPPPPLLLLIIIICCCCAAAATTTTIIIIOOOONNNN____DDDDEEEEFFFFIIIINNNNEEEEDDDD.
  45.  
  46.             +o  XXXXmmmmNNNNvvvviiiissssuuuuaaaallllPPPPoooolllliiiiccccyyyy is set to XXXXmmmmVVVVAAAARRRRIIIIAAAABBBBLLLLEEEE.
  47.  
  48.             +o  XXXXmmmmNNNNssssccccrrrroooollllllllBBBBaaaarrrrDDDDiiiissssppppllllaaaayyyyPPPPoooolllliiiiccccyyyy is set to XXXXmmmmSSSSTTTTAAAATTTTIIIICCCC.  (No
  49.                initial value is forced for the List's
  50.                XXXXmmmmNNNNssssccccrrrroooollllllllBBBBaaaarrrrDDDDiiiissssppppllllaaaayyyyPPPPoooolllliiiiccccyyyy.)
  51.  
  52.             +o  XXXXmmmmNNNNsssshhhhaaaaddddoooowwwwTTTThhhhiiiicccckkkknnnneeeessssssss is set to 0.
  53.  
  54.  
  55.           To obtain the ID of the ScrolledWindow widget associated
  56.           with the ScrolledList, use the Xt Intrinsics XXXXttttPPPPaaaarrrreeeennnntttt
  57.           function.  The name of the ScrolledWindow created by this
  58.           function is formed by concatenating the letters SSSSWWWW onto the
  59.           end of the _n_a_m_e specified in the parameter list.
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))
  71.  
  72.  
  73.  
  74.           _p_a_r_e_n_t Specifies the parent widget ID
  75.  
  76.           _n_a_m_e   Specifies the name of the created widget
  77.  
  78.           _a_r_g_l_i_s_tSpecifies the argument list
  79.  
  80.           _a_r_g_c_o_u_n_t
  81.                  Specifies the number of attribute/value pairs in the
  82.                  argument list (_a_r_g_l_i_s_t)
  83.  
  84.  
  85.           For a complete definition of List and its associated
  86.           resources, see XXXXmmmmLLLLiiiisssstttt((((3333XXXX)))).
  87.  
  88.      RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  89.           Returns the List widget ID.
  90.  
  91.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  92.           XXXXmmmmLLLLiiiisssstttt((((3333XXXX)))) and XXXXmmmmSSSSccccrrrroooolllllllleeeeddddWWWWiiiinnnnddddoooowwww((((3333XXXX)))).
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 4/30/98)
  130.  
  131.  
  132.  
  133.